home *** CD-ROM | disk | FTP | other *** search
- /*****************************************************************************
- FILE : ui_info.ph
- SHORTNAME : info.ph
- SNNS VERSION : 3.2
-
- PURPOSE : Header file of correspondent '.c' file
- NOTES :
-
- AUTHOR : Tilman Sommer
- DATE : 11.5.1990
-
- CHANGED BY :
- IDENTIFICATION : @(#)ui_info.ph 1.7 3/2/94
- SCCS VERSION : 1.7
- LAST CHANGE : 3/2/94
-
- Copyright (c) 1990-1994 SNNS Group, IPVR, Univ. Stuttgart, FRG
- ******************************************************************************/
-
-
- #ifndef _UI_INFO_DEFINED_
- #define _UI_INFO_DEFINED_
-
-
- /* begin global definition section */
-
-
- void ui_xCreateInfoPanel(Widget parent);
- /* the parent widget of the new form widget */
-
- struct UnitAttributeType ui_sourceUnit, ui_targetUnit;
- /* attributes of source/target unit in the info panel */
-
-
- /* end global definition section */
-
-
- /* begin private definition section */
-
-
- /* end private definition section */
-
-
- #endif /* _UI_INFO_DEFINED_ */
-
-
-
-
-
-
-
- /* end of file */
- /* lines: 37 */
-